Doc fixes
authorMatthias Clasen <mclasen@redhat.com>
Mon, 30 Nov 2009 21:13:59 +0000 (16:13 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 30 Nov 2009 21:14:11 +0000 (16:14 -0500)
gtk/gtkaction.c

index a8438ca0a8fc3549817fc8d35eb42152f908e730..6e9dfa255701a2e341477bdb1ab452a5efc43396 100644 (file)
@@ -1225,7 +1225,7 @@ gtk_action_get_is_important (GtkAction *action)
 
 /**
  * gtk_action_set_always_show_image:
- * @action: the action object
+ * @action: a #GtkAction
  * @always_show: %TRUE if menuitem proxies should always show their image
  *
  * Sets whether @action<!-- -->'s menu item proxies will ignore the
@@ -1258,10 +1258,11 @@ gtk_action_set_always_show_image (GtkAction *action,
 
 /**
  * gtk_action_get_always_show_image:
- * @action:
+ * @action: a #GtkAction
  *
  * Returns whether @action<!-- -->'s menu item proxies will ignore the
- * #GtkSettings:gtk-menu-images setting and always show their image, if available.
+ * #GtkSettings:gtk-menu-images setting and always show their image,
+ * if available.
  *
  * Returns: %TRUE if the menu item proxies will always show their image
  *